diff options
author | Rob Herring <robh@kernel.org> | 2014-04-11 15:09:44 -0500 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-05-25 15:18:26 +0200 |
commit | 46e09e6d1eb32a90705d162411476f57fff13860 (patch) | |
tree | 83a6fa330fa17562b51c7aa24bf2264f43f6b9d6 /include/configs | |
parent | 848fe239c6b03556848e75676c27f0958009f4d7 (diff) | |
download | u-boot-imx-46e09e6d1eb32a90705d162411476f57fff13860.zip u-boot-imx-46e09e6d1eb32a90705d162411476f57fff13860.tar.gz u-boot-imx-46e09e6d1eb32a90705d162411476f57fff13860.tar.bz2 |
ARM: highbank: convert to generic board
Enable CONFIG_SYS_GENERIC_BOARD on highbank.
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/highbank.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/highbank.h b/include/configs/highbank.h index a6202cf..da1c837 100644 --- a/include/configs/highbank.h +++ b/include/configs/highbank.h @@ -13,6 +13,7 @@ #define CONFIG_SYS_THUMB_BUILD #define CONFIG_SYS_NO_FLASH +#define CONFIG_SYS_GENERIC_BOARD #define CONFIG_OF_BOARD_SETUP #define CONFIG_FIT |