From ad652026e157609fb47929c8f885712cd1eb6bd1 Mon Sep 17 00:00:00 2001 From: Kees Jongenburger Date: Fri, 6 Dec 2013 11:27:17 +0100 Subject: [PATCH] adding a BBXM board_name --- include/configs/omap3_beagle.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index cc3b481e9..2d18e4527 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -222,6 +222,7 @@ "rdaddr=0x81000000\0" \ "usbtty=cdc_acm\0" \ "bootfile=uImage.beagle\0" \ + "board_name=BBXM\0" \ "console=ttyO2,115200n8\0" \ "mpurate=auto\0" \ "buddy=none\0" \