]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
POST: allow redefinition of post_word_load/store
authorValentin Longchamp <valentin.longchamp@keymile.com>
Fri, 2 Sep 2011 04:59:04 +0000 (04:59 +0000)
committerWolfgang Denk <wd@denx.de>
Wed, 5 Oct 2011 20:03:10 +0000 (22:03 +0200)
commit3e161ced8fd3276aa77e4276e9237ae972b21f33
treea9b2782c67fac7b6d3a66b8bb296e99c66bd58ed
parentea3681a6e4f8367354092ff55b74441007319aad
POST: allow redefinition of post_word_load/store

The predefinde post_word_load/store functions do not fit all boards,
so we introduce a way to define post_word_load/store as externs in
post.h that then can be defined in board specific files. This is done
with the CONFIG_POST_EXTERNAL_WORD_FUNCS #define

Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
include/post.h