From 72cba3f0b2929994c96e0fed0ae8bb011afd2027 Mon Sep 17 00:00:00 2001 From: Minkyu Kang Date: Fri, 6 Aug 2010 09:08:01 +0900 Subject: [PATCH] drime3: ex1: fix the build error Signed-off-by: Minkyu Kang --- include/configs/ex1.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/ex1.h b/include/configs/ex1.h index 63bac6e..a8415f8 100644 --- a/include/configs/ex1.h +++ b/include/configs/ex1.h @@ -68,6 +68,8 @@ /* Command definition */ #include +#undef CONFIG_CMD_LOADB +#undef CONFIG_CMD_LOADS #undef CONFIG_CMD_FPGA #undef CONFIG_CMD_MISC #undef CONFIG_CMD_NET -- 2.7.4