diff options
author | Steve Rae <srae@broadcom.com> | 2014-05-14 14:18:09 -0700 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-06-10 11:15:15 +0200 |
commit | aed39f354eb663bce7bfbf54c89397b14da2ed64 (patch) | |
tree | 1526b6939b5f246595f82b0ac134d49a2890663b /include/configs | |
parent | 0a26e1d6c394aacbf1153977b7348d1dff85db3f (diff) | |
download | u-boot-imx-aed39f354eb663bce7bfbf54c89397b14da2ed64.zip u-boot-imx-aed39f354eb663bce7bfbf54c89397b14da2ed64.tar.gz u-boot-imx-aed39f354eb663bce7bfbf54c89397b14da2ed64.tar.bz2 |
arm: bcm281xx: Add CONFIG_SYS_GENERIC_BOARD
convert to generic board
Signed-off-by: Steve Rae <srae@broadcom.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/bcm28155_ap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/bcm28155_ap.h b/include/configs/bcm28155_ap.h index e93b855..bf09939 100644 --- a/include/configs/bcm28155_ap.h +++ b/include/configs/bcm28155_ap.h @@ -14,6 +14,7 @@ #define CONFIG_ARMV7 #define CONFIG_KONA #define CONFIG_SKIP_LOWLEVEL_INIT +#define CONFIG_SYS_GENERIC_BOARD /* * Memory configuration |