Skip to content
Snippets Groups Projects
Commit 812493ad authored by mark.vels@team-embedded.nl's avatar mark.vels@team-embedded.nl Committed by Wolfgang Denk
Browse files

Fix define for MPC5121 ADS board.


Originally the Makefile defines CONFIG_ADS5121_REV2 when configuring
for board mpc5121ads_rev2. The config in include/configs/mpc5121ads.h
expects a define CONFIG_MPC5121ADS_REV2 for this.
Therefore there are two defines used but only 1 is defined.
This patch renames references to CONFIG_ADS5121_REV2 to CONFIG_MPC5121ADS_REV2
to have one common define.

This patch fixes faulty mem size detection caused by wrong config in
include/configs/mpc5121ads.h

Signed-off-by: default avatarMark Vels <mark.vels@team-embedded.nl>
parent e1b4c570
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment