aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorMario Six <mario.six@gdsys.cc>2019-01-21 09:17:44 +0100
committerMario Six <mario.six@gdsys.cc>2019-05-21 07:51:40 +0200
commit4cb06d3edff9e39a1e0b0bbfd110b9e219158412 (patch)
tree4851e1fd4e3d4e707429a9a1d92ee65fba3efd05 /board
parent8014c162019ffb199467adb937217800b4614a8f (diff)
downloadu-boot-4cb06d3edff9e39a1e0b0bbfd110b9e219158412.zip
u-boot-4cb06d3edff9e39a1e0b0bbfd110b9e219158412.tar.gz
u-boot-4cb06d3edff9e39a1e0b0bbfd110b9e219158412.tar.bz2
MPC8349ITX: Migrate to CONFIG_TARGET_MPC8349ITX
Use the proper CONFIG_TARGET_MPC8349ITX Kconfig option to replace the CONFIG_MPC8349ITX ad-hoc config option. Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'board')
-rw-r--r--board/freescale/mpc8349itx/mpc8349itx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mpc8349itx/mpc8349itx.c b/board/freescale/mpc8349itx/mpc8349itx.c
index 3bdec1c..d905533 100644
--- a/board/freescale/mpc8349itx/mpc8349itx.c
+++ b/board/freescale/mpc8349itx/mpc8349itx.c
@@ -152,7 +152,7 @@ int dram_init(void)
int checkboard(void)
{
-#ifdef CONFIG_MPC8349ITX
+#ifdef CONFIG_TARGET_MPC8349ITX
puts("Board: Freescale MPC8349E-mITX\n");
#else
puts("Board: Freescale MPC8349E-mITX-GP\n");