Yiping,
I am still having issues compiling with that enabled.
The compiler error I am getting is
"u-boot-qoriq/drivers/serial/serial_lpuart.c:417: undefined reference to `devfdt_get_addr'"
I believe this to be a linker error, do you know how to verify that the compiler is using the correct "built-in.o" files when linking?
devfdt_get_addr is defined in drivers/core/fdtaddr.c and that is always compiled according to drivers/core/Makefile.
Thanks,
Zach