Home
last modified time | relevance | path

Searched hist:c19d13b030e93c6b30f61743e940da8d4418e714 (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dbootm.hc19d13b030e93c6b30f61743e940da8d4418e714 Wed May 08 08:06:02 UTC 2013 Simon Glass <sjg@chromium.org> arm: Refactor bootm to reduce #ifdefs

With fewer #ifdefs the code is more readable and more of the code is
compiled for all boards. Add defines in the header file to control
what features are enabled, and then use if() instead of #ifdef.

Signed-off-by: Simon Glass <sjg@chromium.org>
H A Du-boot-arm.hc19d13b030e93c6b30f61743e940da8d4418e714 Wed May 08 08:06:02 UTC 2013 Simon Glass <sjg@chromium.org> arm: Refactor bootm to reduce #ifdefs

With fewer #ifdefs the code is more readable and more of the code is
compiled for all boards. Add defines in the header file to control
what features are enabled, and then use if() instead of #ifdef.

Signed-off-by: Simon Glass <sjg@chromium.org>
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dbootm.cc19d13b030e93c6b30f61743e940da8d4418e714 Wed May 08 08:06:02 UTC 2013 Simon Glass <sjg@chromium.org> arm: Refactor bootm to reduce #ifdefs

With fewer #ifdefs the code is more readable and more of the code is
compiled for all boards. Add defines in the header file to control
what features are enabled, and then use if() instead of #ifdef.

Signed-off-by: Simon Glass <sjg@chromium.org>