diff options
author | Anthoine Bourgeois <anthoine.bourgeois@gmail.com> | 2014-12-24 01:11:49 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-05 13:48:21 -0500 |
commit | c313c031cf943aea3e70c40b2c673f03e77859e0 (patch) | |
tree | 972fe02527ed0b80fb9a3c1bfd7610bbda3ab21a /include/configs/devkit8000.h | |
parent | 946f6f242c1a777632e96d061bedce4ae756c43a (diff) | |
download | u-boot-imx-c313c031cf943aea3e70c40b2c673f03e77859e0.zip u-boot-imx-c313c031cf943aea3e70c40b2c673f03e77859e0.tar.gz u-boot-imx-c313c031cf943aea3e70c40b2c673f03e77859e0.tar.bz2 |
devkit8000: convert to use generic board code
Signed-off-by: Anthoine Bourgeois <anthoine.bourgeois@gmail.com>
Diffstat (limited to 'include/configs/devkit8000.h')
-rw-r--r-- | include/configs/devkit8000.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h index 930b08e..77e2f58 100644 --- a/include/configs/devkit8000.h +++ b/include/configs/devkit8000.h @@ -21,6 +21,7 @@ #define CONFIG_MACH_TYPE MACH_TYPE_DEVKIT8000 #define CONFIG_OMAP_GPIO #define CONFIG_OMAP_COMMON +#define CONFIG_SYS_GENERIC_BOARD /* * 1MB into the SDRAM to allow for SPL's bss at the beginning of SDRAM |